object Form1: TForm1 Left = 249 Top = 98 Width = 545 Height = 348 Caption = 'EXBPLUS' Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter OnActivate = FormActivate TextHeight = 16 object ApdBPTerminal1: TApdBPTerminal Left = 8 Top = 8 Width = 520 Height = 300 ComPort = ApdComPort1 Emulator = ApdEmulator1 DisplayRows = 25 DisplayColumns = 65 CaptureFile = 'APD.CAP' Font.Color = clYellow Font.Height = -12 Font.Name = 'Terminal' Font.Pitch = fpFixed Font.Style = [] ParentColor = False ParentFont = False WantTabs = False OnBPlusStart = ApdBPTerminal1BPlusStart end object ApdComPort1: TApdComPort ComNumber = 3 TraceName = 'APD.TRC' Logging = tlOn LogName = 'APD.LOG' TriggerLength = 0 end object ApdEmulator1: TApdEmulator Left = 40 end object ApdProtocol1: TApdProtocol ComPort = ApdComPort1 ProtocolType = ptBPlus FileMask = '*.*' BlockCheckMethod = bcmChecksum HandshakeWait = 546 FinishWait = 273 Overhead = 20 StatusDisplay = ApdProtocolStatus1 KermitPadCharacter = #0 OnProtocolFinish = ApdProtocol1ProtocolFinish OnProtocolResume = ApdProtocol1ProtocolResume Left = 80 end object ApdProtocolStatus1: TApdProtocolStatus Position = poScreenCenter Ctl3D = True Visible = False Left = 120 end end